<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@font-face {
  font-family: '阿里巴巴普惠体';   /*字体名称*/
  src: url('../fonts/Alibaba-PuHuiTi-Regular.ttf');       /*字体源文件*/
  src: url('../fonts/Alibaba-PuHuiTi-Bold.ttf');       /*字体源文件*/
  src: url('../fonts/Alibaba-PuHuiTi-Heavy.ttf');       /*字体源文件*/
  src: url('../fonts/Alibaba-PuHuiTi-Light.ttf');       /*字体源文件*/
  src: url('../fonts/Alibaba-PuHuiTi-Medium.ttf');       /*字体源文件*/
}
/*初始化样式*/
*{margin: 0px;padding: 0px;list-style: none;font-family: "微软雅黑",STXihei,STHeiti;border: none;text-decoration: none;}
address,caption,cite,code,dfn,em,th,var,i,h1,h2,h3,h4{font-style: normal;font-weight: normal;}
ol,ul{list-style: none;}
del,ins,a{text-decoration: none;}
caption,th{text-align: left;}
input,button,textarea,select{font-size: 100%; border:none;}
i,b,span,a{display:inline-block;}
a:hover,button:hover{cursor: pointer;}
select{border: none;outline: none;appearance:none; -moz-appearance:none;-webkit-appearance:none;background: #fff url("../images/xiala.png") no-repeat right 10px center!important;}
/*常用样式*/
/*统一浏览器盒子宽度：width（盒子宽度）=内容+padding*/
*, *:after, *:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/*清浮动*/
.clearfix:after,.clear:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
* html .clearfix ,* html .clear{height: 1%;}
/*定位*/
.pf{position: fixed;}
.pr{position: relative;}
.pa{position: absolute;}
/*布局*/
.none{display: none;}
.block{display: block;}
.inblock{display: inline-block;}
.ablock a{display: block;width: 100%;}
/*浮动*/
.fl{float: left;display: inline-block;}
.fr{float: right;display: inline-block;}
/*宽度*/
.w160{width: 160px;}
.wp100{width: 100%;}
.w920{width: 920px;}
.w930{width: 930px;}
.w1200{width: 1200px;}
/*补白*/
.pl10{padding-left: 10px!important;}
.pl20{padding-left: 20px!important;}
.pr20{padding-right: 20px!important;}
.pr160{padding-right: 160px!important;}
.pt20{padding-top: 20px!important;}
.pt30{padding-top: 30px!important;}
.pt50{padding-top: 50px!important;}
.pt80{padding-top: 80px!important;}
.pb40{padding-bottom: 40px!important;}
.pb70{padding-bottom: 70px!important;}
/*边距*/
.mt5{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt35{margin-top: 35px!important;}
.mt40{margin-top: 40px!important;}
.mt45{margin-top: 45px!important;}
.mt50{margin-top: 50px!important;}
.mt55{margin-top: 55px!important;}
.mt60{margin-top: 60px!important;}
.mt65{margin-top: 65px!important;}
.mt70{margin-top: 70px!important;}
.mt80{margin-top: 80px!important;}
.mt90{margin-top: 90px!important;}
.mt100{margin-top: 100px!important;}
.mt120{margin-top: 120px!important;}
.mt130{margin-top: 130px!important;}
.mb15{margin-bottom: 15px!important;}
.ml25{margin-left: 25px!important}
.mr25{margin-right: 25px!important;}
/*背景颜色*/
.bgfff{background: #fff;}
.bgf8{background: #f8f8f8;}
.bgfa{background: #fafafa;}
.red{color: red;}
/*边框*/
.bdnone{border: none!important;}
.bdtnone{border-top: none!important;}
.bdbnone{border-bottom: none!important;}
.bdlnone{border-left: none!important;}
.bdrnone{border-right: none!important;}
/*文本对齐*/
.tal{text-align: left!important;}
.tac{text-align: center!important;}
.tar{text-align: right!important;}
/*字体*/
.fs0{font-size: 0px;}
/*----  文本行数 ------- */
.textov1{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
.textov2{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
.textov3{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
.textov4{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
.textov5{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
.textov6{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
/*字体颜色*/
.cwhite{color: #fff!important;}
/*（图片）动画过渡时间*/
.transition5,.transitionImg5 img,.moveUp,.enlarge,.enlargeLi img{-moz-transition: all ease .5s 0s;-webkit-transition: all ease .5s 0s;cursor: pointer;transition: all ease .5s 0s;}
/*鼠标悬浮上移*/
.moveUp:hover{-webkit-transform: translateY(-2em);-moz-transform: translateY(-2em);-ms-transform: translateY(-2em);-o-transform: translateY(-2em);transform: translateY(-2em);}
/*（列表项图片）鼠标悬浮放大*/
.enlarge:hover,.enlargeLi li:hover img{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);}
/*溢出隐藏*/
.hidden{overflow: hidden;}
/*内容*/
.content{width: 1200px;margin: 0 auto;}
.content1600{width: 1600px;margin: 0 auto;}
/*--------------------------- 通用样式 结束----------------------------------- */
/*--------------------------- 公共样式 开始----------------------------------- */
body {font:12px/1.5 \5b8b\4f53}
/*---- top 顶部样式 ------- */
.top{background: #016bc1;line-height: 40px;height: 40px;}
.topfl,.topfr,.topfr a{color: #fff;font-size: 14px;}
.topfr .icon{position: relative;top: 5px;display: inline-block;width: 15px;height: 20px;/*background: url("../images/icons.png") no-repeat*/;margin-right: 5px;}
.topfr a:nth-of-type(2) .icon{width: 18px;background-position-x: -16px;}
.topfr a:nth-of-type(3) .icon{width: 14px;background-position-x: -35px;}
/*头部*/
.header{position: relative;height: 130px;}
.logoLCon{display: flex;width: 110px;height: 100%;align-items: center;}
.logoLCon img{height: 89px;}
.sloganz{margin-left: 120px;margin-top: 30px;}
.slogan{width: 190px;background: url("../images/sloganLine.png") no-repeat left center;padding-left: 15px;margin-left: 10px;text-align: center;}
.slogan p{width: 100%;}
.slogan .title{font-size: 20px;color: #016bc1;width: 100%;text-align: center;}
.slogan .title .tit{font-size: 20px;display: inline-flex;}
.slogan .title span{height: 28px;line-height: 28px;}
.slogan .title .img{}
.slogan .title em{font-weight: bold;color: #ff0000;font-size: 35px;font-style: italic;}
.slogan .subhead{color: #545454;font-size: 16px;}
.logoRCon{position: relative;width: 280px;padding-left: 60px;padding-top: 35px;margin-left: 20px;text-align: left;font-size: 24px;color: #e80012;font-weight: bold;line-height: 1.2em;}
.logoRCon p{line-height: 20px;}
.logoRCon em{font-size:14px;color: #313131;}
.logoRCon .icon{position: absolute;left: 0;width: 58px;height: 58px;background: url("../images/icons.png") no-repeat 0 10px;}
/*导航*/
.navman{position: relative;background-image: linear-gradient(#ffffff, #e8e8e8);height: 60px;border:1px solid #e4e3e3;}
.nav .nLi{position: relative;float: left;display: inline-block;width: 12.5%;height: 100%;text-align: center;line-height: 60px;}
.nav .nLi::after{display: block;content: "";position: absolute;width: 1px;height: 30px;margin: -43px 0 20px 0;background: #c6c6c6;}
.nav .nLi a{display: block;width: 100%;font-size: 16px;color:#313131;transition: all .5s;}
.nav .nLi:hover&gt;a,.nav .current&gt;a{background: #016bc1;color: #fff;}
.nav .nLi:hover::after,.nav .current::after,.nav .nLi:first-child::after{display: none;}
.nav .sub{position: absolute;left: 0;top: 60px;z-index: 9999;display: none;width: 100%;background: #5d95c8;line-height: 45px;}
.nav .sub li{zoom:1;display: block;color: #fff}
.nav .sub li a{color: #fff;}
.nav .sub li:hover a{background: #c9e6fd;color: #016bc1;}
/*---------------------- banner  轮播样式 --------------------------------------------*/
.banner{position: relative;float: none;text-align: center;width: 100%;font-size: 0;/*z-index: -1*/;overflow: hidden;}
.rslides {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;} 
.rslides li {-webkit-backface-visibility: hidden;position: absolute;display: none;width: 100%;left: 0;top: 0;} 
.rslides li:first-child {position: relative;display: block;float: left;} 
.rslides img {display: block;height: auto;float: left;width: 100%;border: 0;}
.rslides_tabs{position: absolute;bottom: 35px;left: 50%;z-index: 99;-webkit-transform: translateX(-50%);-o-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
.banner .rslides_tabs{bottom: 60px;}
.rslides_tabs li{
	position: relative;float: left;display: inline-block;vertical-align: top;
	width: 45px;height: 10px;/*border-radius: 100%;background: #bbb;border:1px solid #fff;*/;
	background: #fff;margin: 0 11px;transition: all .5s;cursor: pointer;opacity: 0.6;
}
.rslides_tabs li a{color: transparent;font-size: 16px;display: block;}
.rslides_tabs li.rslides_here{background: #05a239;opacity: 1;}

.rslides_nav{position: absolute;z-index: 10;left: calc((100% - 1200px) / 4);top: 0;bottom: 0;display: block;margin: auto;width: 60px;height: 60px;border-radius: 3px;background: rgba(0,0,0,.5) url("../images/arrowL.png") no-repeat center center;}
.rslides_nav.prev{left: auto;right: calc((100% - 1200px) / 4);-moz-transform: scale(-1);-o-transform: scale(-1);-ms-transform: scale(-1);-webkit-transform: scale(-1);transform: scale(-1);}

.banner{}
.banner li{width: 100%;display: block;}
.banner li a{width: 100%;display: block;}
.banner li a img{width: 100%;}
.banner .swiper-pagination{margin-bottom: 100px;}
.banner .swiper-pagination-bullet{width: 15px;height: 15px;background: #ddd;margin: 0 10px !important;line-height: 30px;}
.banner .swiper-pagination-bullet-active{width: 45px;height: 45px;background: transparent;border: 2px solid #fff;}
.banner .swiper-pagination-bullet-active span{font-size: 16px;color: #fff;line-height: 41px;}
/*------------------------底部导航联系信息 修饰------------------------*/
/*底部导航联系信息 修饰*/
.footer{background: #101832;padding-top: 50px;color: #b2b3b3;font-size: 14px;}
.footer a{color: #d9d9d9;}
.footer a:hover{color: #03c343;}
.fotbody1{display: flow-root;padding-bottom:30px;margin-bottom: 10px;border-bottom:1px solid #525151;}
.fotTit{font-size: 16px;color: #fff;font-weight: bold;}
.fotTit a{color: #fff;}
.fotMain li{margin-bottom:10px;font-size: 14px;color: #fff;}
.fotLogo{width: 210px;}
.fotNav{width: 210px;}
.fotCon{font-size: 14px;color: #ffffff;margin:5px 0;}
.indexFormCon{margin-top: 10px}
.indexFormCon span{}
.indexFormCon div{width: 100%;margin-bottom: 10px;display: inline-block;}
.indexFormCon .tit{float: left;width: 90px;height: 30px;line-height: 30px;font-size:14px;color:#d9d9d9}
.indexFormCon .con{float: left;width: calc(100% - 90px);}
.indexFormCon input{width: 100%;height: 30px;line-height: 30px;padding: 0 10px;}
.indexFormCon input.form_button{}
.indexFormCon input.form_button:hover{background: #03c343;color: #fff;}
.fotProducts{width: 315px;margin-left: 10px;}
.fotProducts .tel{display: flex;font-size: 27.22px;color: #05a239;font-weight: bold;line-height: 35px;}
.fotProducts .tel i{background: url(../images/fotProductsicon.png) no-repeat;width: 33px;height: 35px;margin-right: 10px;}

.fotWechat{width: 110px;}
.fotWechat .fotTit{text-align: left;}
.fotWechat li{float: left;display: inline-block;width: 100%;margin-right: 10px;font-size: 16px;color: #fff;text-align: center;}
.fotWechat .img{width: 110px;height: 110px;margin:24px auto;margin-bottom: 0;overflow: hidden;display: grid;}
.fotWechat .img img{width: 100%;height: 100%;object-fit: contain;}
.fotWechat .title{width: 100%;text-align: center;font-size:14px;color: #fff;}
.fotWechat li:nth-last-of-type(1){margin-right: 0;}

.fotbody2{width: 100%;margin: 15px 0;display: inline-block;}
.fotbody2 .img{width: 211px;}
.fotbody2 .nr1{width: calc(100% - 461px);font-size: 14px;color: #fff;padding: 5px 0;line-height: 25px;margin-left:40px;text-align: left;letter-spacing: .1rem;}
.fotbody2 .nr2{width: 150px;margin-top: 32px;text-align: center;}

.fotBCon1{background: #060e28;padding-top: 20px;padding-bottom: 10px;text-align: center;font-size: 14px;color: #d9d9d9;display: flex;}

.link{margin:10px auto;margin-bottom: 0px;}
.linkTit{float: left;width: 70px;font-size: 14px;line-height: 25px;color: #fff;font-weight: bold;margin-right: 15px;}
.link li{float: left;}
.link .linkCon{float: left;width: calc(100% - 86px);margin-bottom: 15px;line-height: 25px;}
.link .linkCon a{float: left;margin:0 15px;}

.footer .indexFormCon{}
/*------------------------当前位置------------------------*/
/*当前位置 修饰*/
.location{height: 60px;line-height: 60px;box-shadow: 1px 1px 10px #ddd;font-size: 14px;color: #828282;letter-spacing: .05rem;}
.location a{color: #828282;}
.location a:hover,.location a.current{color: #05a239;}
/*------------------------分页------------------------*/
.page{clear:both;padding: 30px 0;text-align: center;line-height: normal;font-size: 14.88px;}
.pagenum{font-family: Arial;}
.pagenum,.pageup,.pagenext,.pagedown,.pageend,.pagefirst,.pageinfo,.total,.pagepreall,.pagenextall,.page .current{background: #fff;margin: 0 2px;border-radius: 0px;padding: 8px 12px;border: 1px solid #e3e3e3;color: #333;transition: all .5s;}
.pageup,.pagedown{/*background: #c8c8c8;color: #fff;*/color: #333;}
.pagefirst,.pageend{/*background: #c8c8c8;color: #fff;*/color: #333;}
.page .current,.page a:hover{background: #05a239;color: #fff;border-color: #05a239;}
.pageinfo{display: none;}
/*正文*/
.ChannelContent{font-size: 16px;color: #484848;line-height:1.8em;width: 100%;max-width: 100%;display: block;}
.ChannelContent img{max-width: 100%;height: auto!important;margin: 12px 0;}
.ChannelContent p{font-size: 16px;color: #484848;line-height:1.8em;margin: 12px 0;}
.ChannelContent p img{text-indent: 0;margin: 0;}
.ChannelContent p span img{display:inline-block;text-indent: 0;}
.ChannelContent span img{margin-left: 0em;display:inline-block;}
.ChannelContent span {margin-left: 0em;line-height:1.8em;}
.ChannelContent p span {text-indent: 0em;}
/*上下页*/
.fanye{position: relative;padding-top: 50px;border-top: 1px solid #c2c1c1;}
.fanye1{padding-top: 30px;}
.Previous,.Next,.channelblack{float: left;width: calc(100% / 3);font-size: 14px;color: #636363;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.Previous{margin-bottom: 10px;text-align: left;}
.Next{float: right;text-align: right;}
.Next a,.Previous a,.channelblack a{font-size: 15px;color: #636363;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.Next b,.Previous b,.channelblack b{color: #636363;font-weight: normal;}
.Next:hover a,.Previous:hover a,.channelblack:hover a{color: #016bc1;}

.channelNews .Next,.channelNews .Previous,.channelNews .channelblack{background: #ededed;color: #313131;height: 55px;line-height: 55px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.channelNews .Next a{margin-right: 20px;color: #313131;width: calc(100% - 30px);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.channelNews .Previous a{margin-left: 20px;color: #313131;width: calc(100% - 30px);}
.channelNews .channelblack a{text-align: center;border-right: 1px solid #fff;border-left: 1px solid #fff;}
.channelNews .Next:hover,.channelNews .Previous:hover{color: #0e9d28;}
.channelNews .channelblack:hover{background: #0e9d28;color: #fff;}
.channelNews .Next:hover a,.channelNews .Previous:hover a{color: #0e9d28;}
.channelNews .channelblack:hover a{color: #fff;}
.channelblack .img1,.channelblack .img2{margin-right: 5px;}
.channelblack .img2{display: none;}
.channelblack a:hover .img1{display: none;}
.channelblack a:hover .img2{display: inline-block;}
/*--------------------------- 公共样式 结束-----------------------------------*/
/*--------------------------- 首页样式 开始-----------------------------------*/
.search{position: relative;height: 60px;/*background: #f3f3f3*/;border-bottom: 1px dashed #dddddd;}
.hotKeywords{height: 60px;line-height: 60px;font-size: 14px;color: #030303;}
.hotKeywords a{font-size: 14px;color: #757575;margin-left: 8px;}
.hotKeywords .title{font-weight: bold;}
.hotKeywords .icon{position: relative;top: 8px;display: inline-block;width: 27px;height: 32px;background: url("../images/icons.png") no-repeat 0 -82px;margin-right: 15px;}
.searchCon{display: block;width: 240px;height: 40px;border-radius: 5px;background: #eeeeee;overflow: hidden;border: 1px solid #dddddd;line-height: 38px;font-size: 16px;color: #8d8d8d;}
.searchText{width: 180px;height: 38px;padding: 0 20px;border: none;margin: 0;}
.searchText::-webkit-input-placeholder{font-size: 16px;color: #cccccc;}
.searchText::-ms-input-placeholder{font-size: 16px;color: #cccccc;}
.searchText::placeholder{font-size: 16px;color: #cccccc;}
.searchBtn{background: #fff url(../images/search.png) center center no-repeat;width: calc(100% - 180px);height: 100%;cursor: pointer;}
/*首页版块1 产品中心*/
.index-title-box{text-align: left;}
.index-title-box .SCont{margin-bottom: 10px;font-size: 16px;color: #404040;}
.index-title-box .Tit{margin-bottom: 10px;font-size: 30px;color: #0e9d28;font-weight: bold;}
.index-title-box .xian{margin: 0 auto;margin-bottom: 10px;width: 40px;height:5px;background: #0e9d28;}

.index1{}

.index1list{}
.index1list li{float: left;width:calc((100% - 121px) / 4);height: 330px;padding: 40px 15px;margin-right: 40px;text-align: center;background:#f4f4f4;position: relative;}
.index1list li:nth-child(4n){margin-right: 0;}
.index1list li a{width: 100%;position: relative;top: 50%;transform: translateY(-50%);}
.index1list li .t1{width: 100%;height: 100%;}
.index1list li .t2{width: 100%;height: 100%;margin:10px 0;padding: 20px;}
.index1list li .img{margin: 0 auto;display: inline-block;width: 115px;border-radius: 100%;text-align: center;margin: 0 auto;margin-bottom: 20px;position: absolute;top: 0;left: calc((100% - 116px) / 2);}
.index1list li .img img{width: 115px;height: 115px;border-radius: 100%;}
.index1list li .img1{opacity: 1;background: #fff;}
.index1list li .img2{opacity: 0;background: url(../images/index1listbj.png) no-repeat;background-size: cover;}
.index1list li .tit{font-size: 18px;color: #323232;font-weight: bold;line-height: 35px;height: 35px;overflow: hidden;margin-top: 130px;letter-spacing: .05rem;}
.index1list li .scont{height: 50px;margin: 5px 0;text-align: center;font-size: 15px;color: #5c5c5c;line-height: 25px;overflow: hidden;display: block;}
.index1list li .scont p{margin-bottom:10px;font-size: 15px;color: #5c5c5c;line-height: 25px;}
.index1list li .contt{font-size: 15px;color: #0e9d28;}
.index1list li:hover .img{-moz-transform: rotateY(360deg);-ms-transform: rotateY(360deg);-o-transform: rotateY(360deg);-webkit-transform: rotateY(360deg);transform: rotateY(360deg);-moz-transition: all ease .5s 0s;
-webkit-transition: all ease .5s 0s;cursor: pointer;transition: all ease .5s 0s;}
.index1list li:hover .img1{opacity: 0;}
.index1list li:hover .img2{opacity: 1;}
.index1list li:hover .tit{color: #0e9d28;}
/*首页版块2*/
.index2{}

.index2body{width: 100%;background: url(../images/index2bodybj.jpg) center top no-repeat;}
.index2nr{width: 100%;height: 350px;position: relative;overflow: hidden;}
.index2nr .fud{position: relative;top: 50%;transform: translateY(-50%);}
.index2nr .tit{width: 100%;font-size: 24px;color: #fff;letter-spacing: .1rem;}
.index2nr .cont{margin-top: 20px;width: 100%;font-size: 14px;color: #fff;line-height: 30px;letter-spacing: .05rem;}
.index2nr .more{margin-top: 20px;width: 150px;height: 40px;font-size: 14px;color: #fff;line-height: 38px;text-align: center;letter-spacing: .05rem;background: #0e9d28;border: 1px solid #0e9d28;overflow: hidden;}
.index2nr .more:hover{background: #fff;color: #0e9d28;border: 1px solid #fff;}

.index2list{width: 100%;background: #fff;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);}
.index2list ul{width: 100%;display: block;padding: 20px;display: inline-block;display: -ms-inline-block;}
.index2list li{float: left;width:calc((100% - 61px) / 4);padding: 0px;margin-right: 20px;text-align: center;background:#f9f9f9;position: relative;}
.index2list li:nth-child(4n){margin-right: 0;}
.index2list li a{width: 100%;display: block;}
.index2list li .img{width: 100%;height: 195px;overflow: hidden;}
.index2list li .img img{width: 100%;height: 100%;object-fit: cover;}
.index2list li .nr{width: 100%;padding: 20px;text-align: center;}
.index2list li .tit{width: 100%;font-size: 19.08px;color: #323232;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.index2list li .cont{margin-top: 15px;width: 100%;font-size: 15.27px;color: #323232;line-height: 28px;height: 56px;overflow: hidden;}
.index2list li .more1{margin-top: 15px;width: 110px;height: 35px;font-size: 13.36px;color: #565656;line-height: 33px;border: 1px solid #565656;}
.index2list li:hover{}
.index2list li:hover .tit{color: #0e9d28;}
.index2list li:hover .more1{background: #0e9d28;border: 1px solid #0e9d28;color: #fff;}
/*首页版块3*/
.index3{}
.index3 .SCont{color: #313131;}

.index3L{width: calc(100% - 621px);height: 460px;position: relative;}
.index3L .fud{width: 100%;position: relative;top: 50%;transform: translateY(-50%);}
.index3L .index3botit .titt{font-size: 30px;color: #656565;font-weight: bold;letter-spacing: 2px;}
.index3L .index3botit .scont{font-size: 14px;color: #aaaaaa;text-transform:Uppercase;letter-spacing: 1.8px;}
.index3L .index3botit .contt{margin: 45px 0;height: 120px;overflow: hidden;font-size: 16px;color: #464646;line-height: 30px;}
.index3L .index3botit .contt p{margin-bottom: 10px;text-align: justify;}
.index3L .index3botit .contt .more1{color: #fea11e;}
.index3L .index3botit .contt .more1:hover{color: #0e9d28;}
.index3L .index3botit:hover .titt{/*color: #0e9d28*/;}

.index3list{width: 100%;}
.index3list li{float: left;width: calc(100% / 4);text-align: left;position: relative;border-right: 1px solid #dfdfdf;}
.index3list li:nth-child(2){padding-left: 20px;}
.index3list li:nth-child(3){text-align: center;}
.index3list li:nth-child(4){text-align: center;border-right: none;}
.index3list li .titt{font-size: 15px;color: #313131;width: 100%;text-align: justify-all;}
.index3list li .num{font-size: 30px;color: #0e9d28;width: 100%;font-weight: bold;}
.index3list li .num em{font-size: 14px;padding-left: 5px;}

.index3R{width: 550px;}
.index3R .img{width: 550px;height: 460px;overflow: hidden;}
.index3R .img img{width: 100%;height: 100%;object-fit: cover;}

.index3 .hd ul{
  position: absolute;bottom: 50px;left: 50%;z-index: 99;
  -webkit-transform: translateX(-50%);-o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);
}
.index3 .hd ul li{position: relative;float: left;width:30px;height: 10px;
  margin:5px;background: #cdcdcd;color:transparent;transition: all .5s;display: inline-block;}
.index3 .hd ul li:hover,.index3 .hd ul li.on{background: #0788e1;}
.index3 .hd li::after {
    content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;
    display: block;width: 6px;height: 6px;border-radius: 100%;/* background: #fff; */overflow: hidden;margin: auto;
}

.index3 .more{width: 150px;height: 40px;font-size: 14px;color: #fff;line-height: 38px;text-align: center;letter-spacing: .05rem;background: #0e9d28;border: 1px solid #0e9d28;overflow: hidden;}
.index3 .more:hover{background: transparent;color: #0e9d28;}
/*首页版块4*/
.index4{background: url(../images/index4nj.jpg) center center no-repeat;padding-bottom: 70px;}

.index4list{}
.index4list li{float: left;width:calc((100% - 241px) / 4);height: 240px;padding: 0px;margin-right: 80px;text-align: center;background: url(../images/index4listbj.png) no-repeat;border-radius: 100%;border: 8px solid #fff;position: relative;}
.index4list li:nth-child(4n){margin-right: 0;}
.index4list li .nr{width: 100%;position: relative;top: 50%;transform: translateY(-50%);}
.index4list li .img{width: 100px;height: 100px;text-align: center;position: relative;}
.index4list li .img img{max-width: 100%;max-height: 100%;}
.index4list li .cont{width: 100%;margin-top: 10px;width: 100%;font-size: 18px;color: #fff;line-height: 25px;height: 50px;overflow: hidden;}
.index4list li:hover{background: #0e9d28;}
.index4list li:hover .cont{}

.index4body{}
.index4body .fud{position: relative;top: 50px;transform: translateY(-50%);display: initial;}
.index4bdf{width: 405px;height: 285px;background: #fff;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);padding: 20px 25px;position: relative;}
.index4bdr{width: calc(100% - 406px);height: 285px;background: url(../images/index4bdrbj.jpg) center center no-repeat;padding: 0px 60px;position: relative;}
.index4bdr .tit{margin-top: 30px;width: 100%;font-size: 27.66px;color: #fff;font-weight: bold;letter-spacing: .2rem;}
.index4bdr .cont{margin-top: 10px;width: 100%;font-size: 18px;color: #fff;line-height: 25px;letter-spacing: .05rem;}
.index4bdr .xian{margin-top: 20px;width: 45px;height: 5px;background: #1acb55;}
.index4bdr:hover{animation: zoom 5s infinite;-webkit-animation: zoom 5s infinite;}
@keyframes zoom {
    0% {
      background-size: 150%;
    }
    50% {
      background-size: 165%;
    }
    100% {
     background-size: 150%;
    }
 } 

.index4form{}
.index4form input{width: 100%;font-size: 14px;line-height: 40px;padding: 5px 20px;color: #878787;border: 1px solid #d7d7d7;letter-spacing: .05rem;margin-bottom: 15px;}
.index4form .form_text_verifycode{position: relative;width: 100%;}
.index4form .form_text_verifycode img{position: absolute; right: 10px;top: 15px;}
.index4form .submit{width: 100%;font-size: 18px;color: #fff;text-align: center;background: #1acb55;height: 45px;line-height: 43px;letter-spacing: .1rem;padding: 0 20px;border: 1px solid #1acb55;}
.index4form .submit:hover{background: transparent;color: #1acb55;}
/*首页版块6 资讯*/
.index6{}
.index6list{padding-bottom: 20px;}
.index6list ul{text-align: center;width: 100%;overflow: hidden;}
.index6list ul li,.index6list ul .morenews{float: left;width: 130px;height: 50px;line-height: 50px;margin-right: 10px;text-align: left;}
.index6list ul li a,.index6list ul .morenews a{width: 100%;height: 100%;font-size:18px;color:#181818;font-weight: bold;}
.index6list ul li:hover a,.index6list ul .morenews:hover a,.index6list ul li.on a{color: #05a239;}

.index6Bodyt{height:370px;background: #f7f7f7;margin-bottom: 30px;position: relative;display: block;}
.index6Bodyt .img{float: left;width: 600px;height:370px;overflow: hidden;display: grid;}
.index6Bodyt .img img{width: 100%;height: 100%;object-fit: cover;}
.index6Bodyt .index6Bodytnr{float: right;width: calc(100% - 600px);padding: 40px;}
.index6Bodyt .index6Bodytnr span{width: 100%;}
.index6Bodyt .index6Bodytnr .title{font-size: 18px;color: #050505;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.index6Bodyt .index6Bodytnr .time{font-size: 14px;color: #464646;overflow:hidden;text-overflow:ellipsis;white-space: nowrap}
.index6Bodyt .index6Bodytnr .cont{margin: 20px 0;font-size: 14px;color: #616161;line-height: 30px;text-align: justify;}
.index6Bodyt .index6Bodytnr .more{width: 170px;height: 50px;line-height: 48px;font-size: 15px;color: #fff;background: #1acb55;text-align: center;border: 1px solid #1acb55;}
.index6Bodyt .index6Bodytnr .more::after{content: "+";width: 10px;height:15px;margin-left: 3px;display: inline-table;color: #fff;margin-top: 0%;}
.index6Bodyt li:hover .title{color: #05a239;}
.index6Bodyt li:hover .time{color: #05a239;}
.index6Bodyt li:hover .more{background: #fff;color: #05a239;}
.index6Bodyt li:hover .more::after{color: #05a239;}

.index6Bodyth{}
.index6Bodyt .hd{height:0px;}
.index6Bodyt .hd ul{
  position: absolute;bottom: 30px;left: 26%;z-index: 99;
  -webkit-transform: translateX(-50%);-o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);
}
.index6Bodyt .hd ul li{position: relative;float: left;width:16px;height: 16px;border-radius: 100%;
  margin:5px;background: #fff;color:transparent;transition: all .5s;display: inline-grid; /*border: 1px solid #05a239;*/}
.index6Bodyt .hd ul li:hover,.index6Bodyt .hd ul li.on{background-color: #1acb55;}
.index6Bodyt .hd li::after {
    content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;
    display: block;width: 6px;height: 6px;border-radius: 100%;/* background: #fff; */overflow: hidden;margin: auto;
}

.index6Bodym{}
.index6Bodym li{float: left;width:calc((100% - 30px) / 2);padding:15px 10px;margin-right: 30px;border-bottom: 1px solid #cdcccc;}
.index6Bodym li:nth-child(1){padding-top: 0;}
.index6Bodym li:nth-child(2){padding-top: 0;}
.index6Bodym li:nth-child(2n){margin-right: 0;}
.index6Bodym li a{width: 100%;display: block;}
.index6Bodym li a::before{float: left;content: "○";width: 10px;height:25px;line-height: 20px;font-size: 16px;color: #cfcfcf;margin-right: 5px;display: inline-table;margin-top: 0%;}
.index6Bodym .title{float: left;width: calc(100% - 120px);font-size: 15px;color: #313131;line-height: 25px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.index6Bodym .time{float: right;width: 90px;font-size: 15px;color: #313131;}
.index6Bodym li:hover .title{color: #05a239;}
.index6Bodym li:hover .time{color: #05a239;}
.index6Bodym li:hover a::before{color: #05a239;}
/*--------------------------- 首页样式 结束-----------------------------------*/
/*--------------------------- 内页样式 开始-----------------------------------*/
/*单页*/
.abt{/*margin-top:-56px;*/background: transparent;z-index: 999;color: #6b6b6b;width: 380px;font-size: 14px;}
.abt a{color: #6b6b6b;}

.innerNavtop{position: relative;}
.abc2{position: absolute;top: -56px;z-index: 99999;color: #fff;border-bottom: none;}
.abc2 a,.abc2 .abt,.abc2 .abt a{color: #fff;}
.abc2 .abt{text-align: right;}
@media (min-width:1200px){
	.abc2{margin-left: calc((100% - 1200px) / 2);}
}
@media (max-width:1200px){
	.abc2{width: 100%}
}

.bodynav{height: 70px;}
.bodynav li{float: left;min-width: 170px;text-align: center;margin-right:20px;}
.bodynav li::after{float: right;content: " ";width: 1px;height: 30px;line-height: 20px;font-size: 16px;background:#cacaca;margin-left: 10px;display: inline-table;margin-top:calc((70px - 30px) / 2);}
.bodynav li:last-child{margin-right: 0}
.bodynav li:last-child::after{display: none;}
.bodynav li a{}
.bodynav li .tit{width:calc(100% - 20px);font-size: 18px; line-height:70px; display: inline-block; position:relative;    
	color: #333;text-decoration: none;outline: 0;transition: all 0.5s ease; white-space: nowrap; text-overflow: ellipsis;}
.bodynav li:hover .tit,.bodynav li .tit.on{background: #05a239;color: #fff;}

.aboutnav li i{float: left;margin:0 5px;margin-top: calc((70px - 44px) / 2);}
.aboutnav li:nth-child(1) i{width: 44px;height: 44px;background: url(../images/abouticon1.png);}
.aboutnav li:nth-child(2) i{width: 44px;height: 44px;background: url(../images/abouticon2.png);}
.aboutnav li:nth-child(3) i{width: 44px;height: 44px;background: url(../images/abouticon3.png);}
.aboutnav li:nth-child(4) i{width: 44px;height: 44px;background: url(../images/abouticon4.png);}
.aboutnav li:nth-child(1):hover i,.aboutnav li:nth-child(1) .on i{width: 44px;height: 44px;background: url(../images/abouticon1w.png);}
.aboutnav li:nth-child(2):hover i,.aboutnav li:nth-child(2) .on i{width: 44px;height: 44px;background: url(../images/abouticon2w.png);}
.aboutnav li:nth-child(3):hover i,.aboutnav li:nth-child(3) .on i{width: 44px;height: 44px;background: url(../images/abouticon3w.png);}
.aboutnav li:nth-child(4):hover i,.aboutnav li:nth-child(4) .on i{width: 44px;height: 44px;background: url(../images/abouticon4w.png);}

.about1{position: relative;}
.about1 .Cont{text-align: left;font-size: 16px;color: #313131;line-height: 30px;text-align: justify;}
.about1 .Cont p{margin-bottom: 5px;}

.about1list img{max-width: 100%;height: auto;}

.about1 .newnr3list{}
.about1 .newnr3list li{background: transparent;}
.about1 .newnr3list li:last-child{padding-bottom: 0;}
.about1 .newnr3list li .img{width: 400px;height: 330px;}
.about1 .newnr3list li .img img{object-fit: cover;}
.about1 .newnr3list li .img .shipin{width: 100%;height: 100%;object-fit: cover;}
.about1 .newnr3list li .nr{width: calc((100% - 440px));height: 330px;padding: 0 100px;}
.about1 .newnr3list li .contt{font-size: 24px;color: #323232;line-height: 35px;font-weight: bold;letter-spacing: .1rem;}
.about1 .newnr3list li .contt p{margin-bottom: 20px;}
.about1 .newnr3list li .contt p:last-child{margin-bottom: 0;}

.about2{background: #f2f1f1;padding-bottom: 50px;}
.about2body p{margin-bottom: 5px;}
.about2body img{max-width: 100%;}

.about3{position: relative;}
.about3 .hd ul{
  display:none;
  position: absolute;bottom: -50px;left: 50%;z-index: 99;
  -webkit-transform: translateX(-50%);-o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);
}
.about3 .hd ul li{position: relative;float: left;display: inline-block;width:23px;height: 23px;border-radius: 100%;border: 1px solid #fe7345;
  margin:5px;background: #fff;color:transparent;transition: all .5s;display: inline-table; }
.about3 .hd ul li:hover,.about3 .hd ul li.on{background-color: #fe7345;}
.about3 .hd li::after {
    content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;
    display: block;width: 6px;height: 6px;border-radius: 100%;/* background: #fff; */overflow: hidden;margin: auto;
}

.about3 .hd .prev{background:url("../images/left1.png") no-repeat;left:-70px; width:62px; height:62px; position:absolute;top:50%;margin-top:10px;z-index:2 }
.about3 .hd .next{ background:url("../images/right1.png") no-repeat;right:-70px; width:62px; height:62px; position:absolute;top:50%;margin-top:10px;z-index:2 }
.about3 .hd .prev:hover{background:url("../images/left2.png") no-repeat;}
.about3 .hd .next:hover{background: url("../images/right2.png") no-repeat;}

.about3 .bd{ display: inline-block;}
.about3 .bd ul{ width: 100%;overflow:hidden; zoom:1; }
.about3 .bd ul li{  float:left; _display:inline; overflow:hidden; text-align:center;margin:0 10px;width:calc((1200px - 60px) / 3);margin-bottom:20px;}
.about3 .bd ul li a{width: 100%;}
.about3 .bd ul li span.img{display:block;width:100%;height:320px;overflow:hidden;display: grid;padding: 20px;border: 1px solid #dddddd;}
.about3 .bd ul li span.img img{width: 100%;height: 100%;object-fit: contain;}
.about3 .bd ul li span.tit{font-size: 16px;color: #030303;line-height: 20px;margin: 10px 0;}
.about3 .bd ul li p{font-size:18px;line-height:50px;height:50px;color:#636363;border:1px solid #e8e8e8;border-top:none;text-align:center;}
@media (max-width:1350px){
	.about3 .hd .prev{left:10px;}
	.about3 .hd .next{right:10px;}
}

.about4{background: #f2f1f1;padding-bottom: 80px;position: relative;}
.about4 .Cont{text-align: left;font-size: 16px;color: #454545;line-height: 30px;text-align: justify;}
.about4 .Cont p{margin-bottom: 5px;}

.about4list ul{width:100%;}
.about4list ul li{float:left;width: calc((100% - 30px) / 3);margin-right: 15px;margin-bottom: 15px;border-radius:10px;/*box-shadow: 0px 2px 3px #ececec;*/}
.about4list ul li:nth-child(3n){margin-right: 0;}
.about4list ul li .img{width:100%;height: 200px;margin: 0 auto;overflow: hidden;}
.about4list ul li:nth-child(1) .img{border-top-left-radius:30px; }
.about4list ul li:nth-child(3) .img{border-top-right-radius:30px;}
.about4list ul li:nth-child(4) .img{border-bottom-left-radius:30px;}
.about4list ul li:nth-child(6) .img{border-bottom-right-radius:30px;}
.about4list ul li .img img{width: 100%;height: 100%;object-fit: cover;}

.about4 .hd ul{
  position: absolute;bottom: 80px;left: 50%;z-index: 99;
  -webkit-transform: translateX(-50%);-o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);
}
.about4 .hd ul li{position: relative;float: left;width:30px;height: 10px;
  margin:5px;background: #cdcdcd;color:transparent;transition: all .5s;display: inline-block;}
.about4 .hd ul li:hover,.about4 .hd ul li.on{background: #0e9d28;}
.about4 .hd li::after {
    content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;
    display: block;width: 6px;height: 6px;border-radius: 100%;/* background: #fff; */overflow: hidden;margin: auto;
}
/*服务内容-详情*/
.services{}
.services .index-title-box{text-align: left !important;}
.services .index-title-box .Tit{font-size: 26px;}
.services .index-title-box .xian{width: 75px;margin: 10px 0;}

.services1{width: 100%;}
.services1body{font-size: 16px;color: #565656;line-height: 30px;letter-spacing: .05rem;}
.services1body p{margin-bottom: 5px;}
.services1body img{max-width: 100%;}
.services1list ul li{float:left;width: calc((100% - 16px) / 2);margin-right: 15px;}
.services1list ul li:nth-child(2n){margin-right: 0;}
.services1list ul li .img{width: 100%;height: 390px;overflow: hidden;}
.services1list ul li .img img{width: 100%;height: 100%;object-fit: cover;}

.services2{width: 100%;padding: 50px 0;background: #f2f1f1;display: block;}
.services2body{font-size: 16px;color: #565656;line-height: 30px;letter-spacing: .05rem;}
.services2body p{margin-bottom: 5px;}
.services2body img{max-width: 100%;}
.services2list{width: 100%;position: relative;text-align: center;}
.services2list li{width: 120px;margin-right: 90px;text-align: center;display: inline-block;display: -ms-inline-block;vertical-align: top;position: relative;}
.services2list li:last-child{margin-right: 0;}
.services2list li:before{content: '';width: 80px;height: 2px;border-top: 2px dashed #c8c7c7;display: block;
	position: absolute;top: 58px;left: -87px;
}
.services2list li:after{content: '';width: 26px;height: 26px;background: url(../images/services2listicon.png) center center no-repeat;background-size: contain;
	position: absolute;top: 45px;right: -55px;
}
.services2list li:first-child:before{display: none;}
.services2list li:last-child:after{display: none;}
.services2list li .img{width: 100%;height: 120px;}
.services2list li .cont{width: 100%;font-size: 16px;color: #313131;line-height: 25px;margin-top: 10px;}
.services2list li:hover .img{-moz-transform: rotateY(360deg);-ms-transform: rotateY(360deg);-o-transform: rotateY(360deg);-webkit-transform: rotateY(360deg);transform: rotateY(360deg);-moz-transition: all ease .5s 0s;
-webkit-transition: all ease .5s 0s;cursor: pointer;transition: all ease .5s 0s;}

.services3{padding-bottom: 50px;}
.services3 .Tit{font-size: 24px;color: #269e20;font-weight: bold;}
.services3 .SCont{}
.services3list{display: inline-flex;width: 100%}
.services3list ul{width: 100%;}
.services3list ul li{float:left;width: 100%;border-radius:10px;/*box-shadow: 0px 2px 3px #ececec;*/}
.services3list ul li .img{width:50%;height: 330px;margin: 0 auto;overflow: hidden;}
.services3list ul li .img img{width: 100%;height: 100%;object-fit: cover;}
.services3list ul li .nr{width:50%;height: 330px;/*background: #f1f1f1;*/padding: 30px;position: relative;}
.services3list ul li .nr .fud{position: relative;top: 50%;transform: translateY(-50%);}
.services3list ul li .nr .num{font-size: 48px;color: #0e9d28;font-weight: bold;line-height: 48px;font-family: '阿里巴巴普惠体';position: relative;}
.services3list ul li .nr .num::before{content: '';width: 100%;height: 12px;background: #e4e4e4;position: absolute;bottom: 0px;left: 0;z-index: -1;}
.services3list ul li .nr .tit{width: 100%;font-size: 22px;color: #269e20;font-weight: bold;margin-top: 10px;}
.services3list ul li .nr .cont{width: 100%;font-size: 16px;line-height: 30px;color: #515151;margin-top: 10px;}
/*新品*/
.newnr{}
.newnrbody p{font-size: 16px;color: #565656;line-height: 30px;letter-spacing: .05rem;margin-bottom: 5px;}
.newnrbody p:last-child{margin-bottom: 0;}
.newnrbody em{font-size: 18px;color: #0e9d28;line-height: 30px;font-weight: bold;letter-spacing: .05rem;}

.newnrlist2{}
.newnrlist2 li{float: left;width: calc((100% - 61px) / 4);margin-right: 20px;padding-bottom: 185px;position: relative;text-align: center;}
.newnrlist2 li:nth-child(4n){margin-right: 0;}
.newnrlist2 li .img{width: 100%;height: 190px;overflow: hidden;border-radius: 10px;}
.newnrlist2 li .img img{width: 100%;height: 100%;object-fit: cover;}
.newnrlist2 li .nr{margin: 10px;margin-top: -20px;padding: 20px 10px;width: calc((100% - 21px));background: #fff;border-bottom: 5px solid #0e9d28;
	border-radius: 10px;box-shadow: 0px 0px 5px rgba(1, 1, 1, 0.4);position: absolute;}
.newnrlist2 li .titt{font-size: 18px;color: #0e9d28;line-height: 30px;font-weight: bold;}
.newnrlist2 li .cont{width: 100%;font-size: 15px;color: #565656;line-height: 30px;margin-top: 10px;height: 90px;overflow: hidden;}

.newnr3list li{padding: 50px 0;position: relative;background: #f6f6f6;}
.newnr3list li:nth-child(2n){background: transparent;}
.newnr3list li .content{position: relative;}
.newnr3list li .img{width: 590px;height: 380px;overflow: hidden;}
.newnr3list li .img img{width: 100%;height: 100%;/*object-fit: cover;*/}
.newnr3list li .nr{width: calc(100% - 590px);padding: 0 40px;height: 380px;overflow: hidden;}
.newnr3list li .nr .fud{position: relative;top: 50%;transform: translateY(-50%);}
.newnr3list li .nr .tit{width: 100%;font-size: 24px;color: #0e9d28;font-weight: bold;letter-spacing: .05rem;}
.newnr3list li .nr .xian{width: 70px;height: 5px;background: #0e9d28;margin-top: 20px;}
.newnr3list li .nr .cont{width: 100%;font-size: 16px;color: #656565;line-height: 30px;letter-spacing: 1.2px;margin-top: 20px;display: block;}
.newnr3list li .nr .cont em{width: 100%;padding-left: 20px;line-height: 30px;display: block;position: relative;margin-bottom: 5px;}
.newnr3list li .nr .cont em:before{content: '';width: 10px;height: 10px;border-radius: 100%;background: #0e9d28;display: block;position: absolute;left: 0;top: 12px;}

.newnr4{}
.newnr4 li{float: left;width:calc(100% / 4);position: relative;}
.newnr4 li .img{width: 100%;height:300px;overflow: hidden;}
.newnr4 li .img img{width: 100%;height: 100%;object-fit: cover;}
.newnr4 li .nr{width: 100%;height: 300px;overflow: hidden;padding: 30px;background: #05a239;position: relative;}
.newnr4 li .jiao{position: absolute;margin-top: -3px;width: 53px;height: 34px;background: url(../images/jiao.png);z-index: 999;left: calc((100% - 53px) / 2)}
.newnr4 li:nth-child(2n) .jiao{margin-top: -30px;transform: rotate(180deg);}
.newnr4 li .nr .fud{position: relative;top: 50%;transform: translateY(-50%);}
.newnr4 li .nr .title{font-size: 24px;color: #fff;line-height: 35px;}
.newnr4 li .nr .xian{width: 100%;height: 2px;background: #fff;margin: 10px 0;}
.newnr4 li .nr .contt{max-height: 180px;overflow: hidden;font-size: 16px;color: #fff;line-height: 30px;}
.newnrbody4mr{width: 100%;text-align: center;font-size: 24px;color: #323232;line-height: 35px;overflow: hidden;}
.newnrbody4mr em{font-size: 30px;font-weight: bold;color: #ff1117;font-style: italic;line-height: 35px;margin-right: 10px;letter-spacing: .05rem;}
/*产品中心*/
.productlist li{float: left;width: calc((100% - 61px) / 3);margin-right: 30px;margin-bottom: 30px;box-shadow: 2px 2px 10px #e0e0e0;}
.productlist li:nth-child(3n){margin-right: 0;}
.productlist li a{width:100%;display:block;}
.productlist li .img{width: 100%;height: 250px;overflow: hidden;}
.productlist li .img img{width: 100%;height: 100%;object-fit: cover;}
.productlist li .nr{width: 100%;padding: 20px;padding-bottom: 30px;display: inline-block;position: relative;}
.productlist li .tit{width: 100%;font-size: 22px;color: #555555;font-weight: bold;font-weight: bold;letter-spacing: .1rem;}
.productlist li .scontt{float: left;width: 100%;margin: 10px 0;font-size: 15px;line-height: 25px;color: #313131;height: 50px;overflow: hidden;}
.productlist li .scontt a{color: #313131;}
.productlist li .scontt a:hover{color: #0e9d28;}
.productlist li .more{float: left;margin-top: 10px;width: 100px;font-size: 16px;color: #313131;}
.productlist li .more:hover {color: #0e9d28;}
.productlist li:hover .tit,.productlist li:hover .more{color: #0e9d28;}
/*新闻资讯*/
.newsbody{background: #f8f8f8;}
.newsbody .index-title-box .Tit{color: #383838;}
.newsbody .index-title-box .SCont{margin: 20px 0;}

.newslist{padding: 10px 0;}
.newslist ul{text-align: center;}
.newslist ul li,.newslist ul .morenews{display: inline-grid;width: 120px;height: 50px;line-height: 50px;margin:0 5px;}
.newslist ul li a,.newslist ul .morenews a{width: 100%;height: 100%;font-size:16px;color:#757575;background: #e3e3e3;}
.newslist ul li:hover a,.newslist ul .morenews:hover a,.newslist ul li.on a,.newslist ul li.current a{background: #016bc1;color: #fff;}

.newsnr .item {position: relative;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;
	align-items: center;padding: 20px 40px 20px 20px;background-color: #fff;font-size: 14px;margin-bottom: 20px;color: #777;z-index: 2;box-shadow: 0px 2px 3px #ececec;}
.newsnr .img-box{position:relative;width:335px;padding-top:20.53571%;overflow:hidden}
@media screen and (max-width: 1024px){
	.newsnr .img-box{width:100px}
}
.newsnr .info-box{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;
	-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;
	width:0;padding-left:35px;overflow:hidden}
@media screen and (max-width: 1024px){
	.newsnr .info-box{padding-left:15px}
}
.newsnr .info-box .title{width:100%;margin-bottom:30px;line-height:1;font-size:22px;color:#333;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
@media screen and (max-width: 1024px){
	.newsnr .info-box .title{margin-bottom:10px;font-size:14px}
}
.newsnr .info-box .p{height:84px;line-height:28px;overflow:hidden}
@media screen and (max-width: 1024px){
	.newsnr .info-box .p{height:40px;line-height:20px}
}
.newsnr .img-box img{position:absolute;top:0;left:0;width:100%;height:100%}
.newsnr .item{align-items: flex-start;}
.newsnr .date-box{margin-left: 0;background-color: transparent;margin-right: 20px;}
.newsnr .date-box .day{font-family: 'Arial';font-size: 30px;color: #444;}
.newsnr .date-box .year{font-family: 'Arial';font-size: 24px;color: #a2a2a2;}
.newsnr .list{border-bottom: 1px solid #e6e6e6;}
.newsnr .list:last-child{border-bottom: none;}
.newsnr .list:hover .date-box{background-color: transparent;color: #fe7345}
.newsnr .list:hover .date-box .day,.newsnr .list:hover .date-box .year{color: #fe7345}
.newsnr .info-box .title{font-family: '思源黑体 CN';font-size: 20px;color: #313131;margin-top: 20px;margin-bottom: 10px;}
.newsnr .info-box .p{margin-top: 15px;font-size: 14px;}
.newsnr .info-box .time{margin-bottom: 15px;font-size: 14px;}
.newsnr .info-box .anniu2{width: 130px;height:35px;line-height: 35px;border-radius: 20px;border: 1px solid #c1c0c0;text-align: center;}
.newsnr .list:hover .info-box .anniu2{background:#016bc1;border:none;color: #fff;}
.newsnr .list:hover .info-box .title{color: #016bc1;}

/*新闻资讯详情*/
.detailNews{}
.detailNewsCon{width: 100%;background: #fff;/*border: 1px solid #e2e2e2;*/padding: 20px 0px 55px 0px;}
.h2xiang{position: relative;padding-bottom: 35px;border-bottom: 1px solid #e7e7e7;text-align: center;}
.h2xiang h2{font-size: 30px;color: #333333;font-weight: bold;padding: 20px 0;}
.h2xiang p{font-size: 16px;color: #646464;margin-top: 5px;}

.detailNewsCon .title{font-size:30px;color:#2d2d2d;/*border-bottom: 1px solid #ebebeb;*/}
.detailNewsCon .title a{color: #05a239;border-bottom: 1px solid #05a239;padding: 0 10px;padding-bottom: 10px;}
.detailNewsCon .ChannelContent{text-align: justify;}
/*产品详情*/
.detailNewsConL{width: 855px;/*min-height: 1015px;*/padding: 20px 30px 55px 30px;}
.detailNewsConL .title{font-size: 18px;border-bottom: 1px solid #ebebeb;font-weight: bold;letter-spacing: .05rem;}
.proxbody .detailNewsConL{width: calc(100% - 311px);box-shadow: 0px 0px 5px rgb(1 1 1 / 8%);}
.proxbody .ChannelContent p b,.proxbody .ChannelContent p strong{font-size: 18px;color: #05a239;letter-spacing: .1rem;}

.proxbody{background: #f8f8f8;margin-top: 1px;}

.servicenr1{padding: 30px 50px;background: #fff;box-shadow: 0px 0px 5px rgb(1 1 1 / 8%);}
.servicenr1L{position: relative;width:470px;height: 380px;}
.servicenr1L .bd li{position: relative;}
.servicenr1L .bd .img{width: 100%;height: 380px;overflow: hidden;box-shadow: 2px 2px 10px #e0e0e0;}
.servicenr1L .bd .img img{width: 100%;height: 100%;object-fit: cover;}

.servicenr1R{position: relative;width:calc(100% - 500px);height: 380px;}
.servicenr1R .title{width: 100%;margin-top: 10px;font-size: 30px;color: #0e9d28;font-weight: bold;letter-spacing: .05rem;}
.servicenr1R .cont{width: 100%;font-size: 16px;color: #313131;line-height: 35px;height: 200px;overflow: hidden;text-overflow: ellipsis;}
.servicenr1R .cont .fud{position: relative;top: 50%;transform: translateY(-50%);}
.servicenr1R .bz{width: 100%;font-size: 20px;color: #05a239;font-weight: bold;letter-spacing: .1rem;}
.servicenr1R .anniu{position: absolute;bottom: 20px;max-width: 100%;letter-spacing: .05rem;}
.servicenr1R .anniu .anniu1{background: #0e9d28;border-radius: 5px;border: 1px solid #0e9d28;font-size: 18px;line-height: 25px;color: #fff;padding:10px 40px;margin-right: 10px;}
.servicenr1R .anniu .anniu3{background: #69d105;border-radius: 5px;border: 1px solid #69d105;font-size: 18px;line-height: 25px;color: #fff;padding:10px 20px;margin-right: 10px;}
.servicenr1R .anniu .anniu1:hover{background: #fff;color: #0e9d28;}
.servicenr1R .anniu .anniu3:hover{background: #fff;color: #69d105;}

.productbodyR{width:280px;position: relative;}
.productbodyR4{background: #fff;padding: 20px;border-radius: 5px;border: 1px solid #e6e6e6;margin-bottom: 20px}
.productbodyR .title{font-size:22px;color:#05a239;padding-bottom: 10px;border-bottom: 1px solid #ebebeb;}
.productbodyR .title a{color: #05a239}
.productbodyR .scont{font-size:16px;color:#858484;padding: 10px 0;border-bottom: 1px solid #ebebeb;}

.productbodyR4 .cont{}
.productbodyR4 .cont a{width: 100%;}
.productbodyR4 .cont li{padding: 10px 0;margin-bottom: 20px;padding:5px;}
.productbodyR4 .cont li .img{width: 100%;height: 200px;overflow: hidden;border: 1px solid #fafafa;}
.productbodyR4 .cont li .img img{width: 100%;height: 100%;object-fit: cover;}
.productbodyR4 .cont li .tit{width: 100%;padding: 5px;font-size:18px;color: #313131;font-weight: bold;text-align: left;overflow: hidden;white-space: nowrap; text-overflow: ellipsis;}
.productbodyR4 .cont li .scontt{font-size:16px;color: #313131;text-align: left;overflow: hidden;white-space: nowrap; text-overflow: ellipsis;}
.productbodyR4 .cont li:hover{/*background: #05a239*/}
.productbodyR4 .cont li:hover .tit,.productbodyR4 .cont li:hover .scontt{color: #0e9d28;}   
/*联系我们*/
.contact1tit .Tit{font-size: 30px;;color: #3c3c3c;font-weight: bold;}
.contact1list{}
.contact1list li{float: left;width:calc((100% - 60px) / 4);border: 1px solid #eaeaea;margin-right: 20px;padding: 20px;background: #fafafa;text-align: center;}
.contact1list li:nth-child(4){margin-right:0} 
.contact1list li .tit{margin: 7px 0;font-size: 15px;color: #525252;width: 100%;}
.contact1list li .cont{margin: 5px 0;font-size: 22px;color: #3c3c3c;font-weight: bold;line-height: 30px;}
.contact1list li:hover .tit{color: #0e9d28;}
.contact1list li:hover .cont{color: #0e9d28;}

#allmap{width: 100%;height: 420px;margin: 0 auto;}
/*在线留言*/
.messageForm{}
.messageForm .Tit{text-align: left;font-size: 20px;color: #313131;}
.messFormCon div{float: left;width:100%;margin-right: 2%;}
.messFormCon div:nth-child(3){margin-right:0} 
.messFormCon div input{width: 100%;margin-right: 0;}
.messFormCon div .title{text-align: left;width: 100%;font-size: 16px;color: #636363;margin-bottom:10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.messFormCon div.textnr{width: 100%;margin-right: 0;margin-top: 25px;}
.messFormCon div.textnr textarea{margin-top: 0;margin-bottom: 20px;}
.messFormCon div.ewm{width: 30%;}
.messFormCon div.textnr .textnr1{float: left;width: calc(100% - 150px);}
.messFormCon div.textnr .textnr2{float: right;width: 120px;height: 170px;margin-top: 30px;padding: 5px;background: #fff;text-align: center;}
.messFormCon div.textnr .textnr2 img{width: 100%;height: auto;}
.messFormCon div.textnr .textnr2 .title{font-size: 14px;color: #636363;text-align: center;}
.messFormCon .submit{margin: 0;border-radius: 20px;width: 100%;margin-top: 30px;}
/*新闻列表*/
/**/
.news-list-wrap{/*padding-bottom:40px*/}
.news-list-wrap .list{position:relative;width:100%}
.news-list-wrap .list:not(:last-child){margin-bottom:30px}
.news-list-wrap .list:hover .shadow-box{visibility:visible;opacity:1;-webkit-opacity:1;filter:alpha(opacity=100)}
.news-list-wrap .list:hover .date-box{background-color:#92796d}
.news-list-wrap .shadow-box{position:absolute;left:0;bottom:-30px;width:100%;z-index:1;visibility:hidden;opacity:0;-webkit-opacity:0;filter:alpha(opacity=0);-webkit-transition:.4s ease all;-moz-transition:.4s ease all;-o-transition:.4s ease all;transition:.4s ease all}
.news-list-wrap .shadow-box img{width:100%;height:auto}
.news-list-wrap .item{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center/*padding:40px 40px 48px;*/background-color:#fff;font-size:14px;color:#777;z-index:2}
.news-list-wrap .img-box{position:relative;width:265px;height: 180px;overflow:hidden}
.news-list-wrap .img-box img{position:absolute;top:0;left:0;width:100%;height:100%}
.news-list-wrap .info-box{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;width:0;padding-left:35px;overflow:hidden}
.news-list-wrap .info-box .time{/*margin-bottom: 20px;*/position: absolute;bottom: 13px;font-size:16px;color: #959595;}
.news-list-wrap .info-box .xian{margin-bottom: 20px;width: 20px;height: 1px;background: #313131;}
.news-list-wrap .info-box .title{width:100%;line-height:25px;font-size:20px;color:#121212;letter-spacing: .05rem;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.news-list-wrap .info-box .p{height:56px;line-height:28px;overflow:hidden;font-size: 16px;color: #818181;	margin: 25px 0 50px 0;}
.news-list-wrap .date-box{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100px;height:100px;margin-left:65px;background-color:#343434;-webkit-transition:.4s ease all;-moz-transition:.4s ease all;-o-transition:.4s ease all;transition:.4s ease all}@media screen and (max-width: 1024px){.news-list-wrap .date-box{display:none}}.news-list-wrap .date-box .day{margin-bottom:5px;line-height:1;font-size:36px;color:#fff}
.news-list-wrap .date-box .year{font-size:14px;font-family:"Arial";color:#fff}

.news-list-wrap .info-box .anniu2{position: absolute;right: 0;bottom: 0;font-size: 16px;border-radius: 5px;width: 140px;height:50px;line-height: 50px;background:#868686;color: #fff;text-align: center;letter-spacing: .1rem;}
.news-list-wrap .list:hover .info-box .anniu2{background:#05a239;border:none;color: #fff;}
/**/
.newsXlist{}
.newsXlist li{width: calc((100% - 10px) / 2);margin-right: 10px;margin-bottom: 20px;}
.newsXlist li:nth-child(3n){margin-right: 10px;}
.newsXlist li:nth-child(2n){margin-right: 0%;}
.newsXlist li a{font-size: 14px;color: #636363;}
.newsXlist li a::before{float: left;content: " ";font-weight: bold;width: 10px;height: 10px;margin: 5px;background:#016bc1;border-radius: 100%;}
.newsXlist li a span{float: right;width: calc(100% - 25px);white-space: nowrap;text-overflow: ellipsis;}
.newsXlist li:hover a{color: #016bc1}

.chanNewsCon,.chanMxxyCon{/*width: 855px;*/ width: 100%;}
.chanNewsCon li{position: relative;padding: 20px;padding-bottom: 30px;/*border: 1px solid #c8c8c8;*/ border-bottom: 1px solid #e7e7e7;margin-bottom: 30px;}
.chanNewsCon .title{font-size: 24px;color: #313131;}
.chanNewsCon .body{position: relative;margin-top: 10px;font-size: 14px;color: #565656;}
.chanNewsCon .picBorder{width: 195px;height: 130px;overflow: hidden;}
.chanNewsCon .picBorder img{width: 100%;height: 100%;object-fit: cover;}
.chanNewsCon .main{width: calc(100% - 210px);height: 130px;padding-top: 10px;}
.chanNewsCon .description{line-height: 2em;}
.chanNewsCon .info{margin-top: 10px;}
.chanNewsCon .info span{display: inline-block;margin-right: 30px;}
.chanNewsCon .info img{position: relative;top: 2px;margin-right: 10px;}
.chanNewsCon .more{position: absolute;right: 0;bottom: 10px;width: 90px;height: 35px;text-align: center;line-height: 35px;background-color: #dbdbdb;}
.chanNewsCon li:hover{border-bottom:1px solid rgba(0,0,0,0);box-shadow: 2px 2px 10px #e0e0e0;}
.chanNewsCon li:hover .more{background-color: #139bf0;color: #fff;}
/**/
.casebodyR{width:280px;position: relative;}
.casebodyR1,.casebodyR2,.casebodyR3,.casebodyR4{background: #fff;padding: 20px;border-radius: 5px;/*border: 1px solid #e6e6e6;*/box-shadow: 0px 0px 5px rgb(1 1 1 / 8%);margin-bottom: 20px}

.casebodyR .title{display: flex;width: 100%;font-size:18px;color:#0e9d28;font-weight: bold;line-height: 25px;letter-spacing: .05rem;border-bottom: 1px solid #ebebeb;}
.casebodyR .title .img{float: left;width: 21px;margin-right: 5px;margin-top: 2px;}
.casebodyR .title a{float: right;max-width: calc(100% - 30px);color: #05a239;padding: 0 10px;;border-bottom: 1px solid #05a239;padding-bottom: 15px;}
.casebodyR .scont{font-size:16px;color:#858484;padding: 10px 0;border-bottom: 1px solid #ebebeb;}

.casebodyR1 .cont a{width: 100%;}
.casebodyR1 .cont li{padding: 10px 0;border-bottom:1px solid #ebebeb;}
.casebodyR1 .cont li .img{float: left;width: 20px;font-size: 14px;color: #666666;text-align: center;}
.casebodyR1 .cont li:nth-child(1) .img{background: #05a239;color: #fff;}
.casebodyR1 .cont li:nth-child(2) .img{background: #05a239;color: #fff;}
.casebodyR1 .cont li:nth-child(3) .img{background: #05a239;color: #fff;}
.casebodyR1 .cont li .tit{float: right;width: calc(100% - 30px);font-size: 14px;color: #666666;}
.casebodyR1 .cont li:hover .tit{color: #05a239;}

.casebodyR2 .cont a{width: 100%;}
.casebodyR2 .cont li{padding: 10px 0;margin-bottom: 20px;padding:5px;}
.casebodyR2 .cont li .img{width: 100%;height: 100px;overflow: hidden;}
.casebodyR2 .cont li .img img{width: 100%;height: 100%;object-fit: cover;}
.casebodyR2 .cont li .tit{padding: 5px;font-size:16px;color: #313131;}
.casebodyR2 .cont li:hover{background: #05a239}
.casebodyR2 .cont li:hover .tit{color: #fff;}

.casebodyR3 .cont a{width: 100%;}
.casebodyR3 .cont li{padding: 10px 0;margin-bottom: 20px;padding:5px;}
.casebodyR3 .cont li .img{width: 100%;height: 200px;overflow: hidden;}
.casebodyR3 .cont li .img img{width: 100%;height: 100%;object-fit: cover;}
.casebodyR3 .cont li .tit{width: 100%;padding: 5px;font-size:16px;color: #313131;text-align: center;overflow: hidden;white-space: nowrap; text-overflow: ellipsis;}
.casebodyR3 .cont li:hover{background: #05a239}
.casebodyR3 .cont li:hover .tit{color: #fff;}

.casebodyR4 .cont a{width: 100%;}
.casebodyR4 .nr5 .title a{border: none;padding: 0 3px;padding-bottom: 15px;}
.casebodyR4 .cont li{padding: 10px 0;margin-bottom: 20px;padding:5px;}
.casebodyR4 .cont li .img{width: 100%;height: 190px;overflow: hidden;}
.casebodyR4 .cont li .img img{width: 100%;height: 100%;object-fit: cover;}
.casebodyR4 .cont li .tit{width: 100%;padding: 5px;font-size:18px;color: #313131;font-weight: bold;letter-spacing: .05rem;text-align: center;overflow: hidden;white-space: nowrap; text-overflow: ellipsis;}
.casebodyR4 .cont li .scontt{font-size:16px;color: #313131;text-align: left;overflow: hidden;white-space: nowrap; text-overflow: ellipsis;}
.casebodyR4 .cont li:hover{}
.casebodyR4 .cont li:hover .tit,.casebodyR4 .cont li:hover .scontt{color: #269e20;}

.casebodyR6{width:100%;}
.casebodyR6 ul{margin-top: 30px;}
.casebodyR6 li{float: left;width: calc((100% - 31px) / 4);margin-right: 10px;margin-bottom: 20px;}
.casebodyR6 li:nth-child(4n){margin-right:0px;}
.casebodyR6 li a{width: 100%;display: block;}
.casebodyR6 li .img{width: 100%;height: 210px;overflow: hidden;}
.casebodyR6 li .img img{width: 100%;height: 100%;object-fit: cover;}
.casebodyR6 li .nr{background: #f5f5f5;padding: 20px;letter-spacing: .05rem;}
.casebodyR6 li .tit{width: 100%;font-size: 16px;color: #313131;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.casebodyR6 li .cont{width: 100%;margin: 10px 0;font-size: 14px;color: #555555;line-height: 25px;height: 50px;overflow: hidden;}

.casebodyRtitleL{display: inline-flex;width:calc(100% - 200px);height: 30px;line-height: 30px;font-size: 24px;color: #313131;letter-spacing: .1rem;}
.casebodyRtitleL i{width: 6px;height: 25px;margin-top: 5px;margin-right: 10px;background: #0e9d28;}
.casebodyRtitleL i img{height: 100%;}
.casebodyRtitleL .tit{color: #313131;}
.casebodyRtitleL .tit:hover{color: #0e9d28;}
.casebodyRtitleR{width:150px;font-size: 14px;height: 30px;line-height: 30px;color: #555555;text-align: right;}
.casebodyRtitleR a{color: #555555;}
.casebodyRtitleR a:hover{color: #0e9d28;}

.lxfs{font-size: 16px;color: #313131;line-height: 30px;}
.lxfs span{width: 100%;margin-bottom: 10px;text-align: justify;letter-spacing: 1.1px;}
.lxfs .mm{text-align: center;width: 100%;margin-top: 10px;}
.lxfs .more{margin: 0 auto;text-align: center;width: 180px;height: 35px;background: #269e20;font-size: 16px;line-height: 33px;color: #fff;font-weight: bold;border-radius: 10px;border: 1px solid #269e20;}
.lxfs .more:hover{background: #fff;color: #269e20;}
/*放大镜*/
.rebox-contents {display: flex;justify-content: center;align-items: center;}
.chanAbout3Con li{height: 200px;}
.chanAbout3Con .title{display: inline-block;width: 107px;height: 107px;margin-top: 30px;border-radius: 100%;background: #0071b9;text-align: center;line-height: 107px;font-size: 26px;font-weight: bold;color: #fff;}
.chanAbout3Con .description{display: flex;width: calc(100% - 707px);height: 200px;padding: 0 50px 0 30px;font-size: 16px;color: #333333;align-items: center;}
.chanAbout3Con .picBorder{display: inline-block;width: 600px;height: 200px;overflow: hidden;}
.chanAbout3Con .picBorder img{width: 100%;height: 100%;object-fit: cover;}
.chanAbout3Con li:nth-of-type(odd) .title,.chanAbout3Con li:nth-of-type(odd) .description,.chanAbout3Con li:nth-of-type(odd) .picBorder{float: left;}
.chanAbout3Con li:nth-of-type(even) .title,.chanAbout3Con li:nth-of-type(even) .description,.chanAbout3Con li:nth-of-type(even) .picBorder{float: right;}
.chanAbout3Con li:nth-of-type(even) .title{background: #f98d14;}

.ditu{width: 100%;height: 515px;overflow: hidden;}
.h2Message .title{font-size: 30px;color: #2e353f;}
.h2Message .description{font-size: 16px;color: #2e353f;}
.h2Message .description em{font-weight: bold;color: #0168b7;}
.messFormCon input,.messFormCon textarea,.messFormCon select{position: relative;overflow: hidden;border: 1px solid #d5d5d5;padding: 0 50px 0 10px;font-size: 16px;color: #6d6d6d;}
.messFormCon input::-webkit-input-placeholder{font-size: 14px;color: #9e9e9e;letter-spacing: .05rem;}
.messFormCon input,.messFormCon select{width: calc((99.3% - 4%) / 3);margin-right: 2%;margin-bottom: 15px;height: 50px;background: #fff url(../images/required.png) no-repeat right center;line-height: 50px;}
.messFormCon input:nth-of-type(3){margin-right: 0;}
.messFormCon select{margin-right: 0;}
.messFormCon textarea{width: 100%;line-height: 1.8em;background: #fff;/*margin-top: 25px;*/padding: 10px;}
.messFormCon textarea::-webkit-input-placeholder{font-size: 14px;color: #9e9e9e;letter-spacing: .05rem;}
.messFormCon button{display: block;margin: 20px auto 0 auto;width: 195px;height: 40px;line-height: 40px;background: #0071b9;font-size: 18px;color: #fff;text-align: center;}
.messFormCon fieldset:nth-child(3) input{width: 50%}

.h2Message2{font-size: 24px;font-weight: bold;color: #313131;border-bottom: 1px solid #dcdcdc;padding-bottom: 15px;}
.messFormCon2{padding-right: 140px;}
.messFormCon2 input {width: 31.7%;}
.messFormCon2 input:nth-of-type(1){background: #fff url("../images/name.jpg") no-repeat right 10px center;}
.messFormCon2 input:nth-of-type(2){background: #fff url("../images/tel.jpg") no-repeat right 10px center;}
.messFormCon2 input:nth-of-type(3){background: #fff url("../images/email.jpg") no-repeat right 10px center;}
.messFormCon2 textarea{background: #fff url("../images/message.jpg") no-repeat right 10px top 10px;}
.messFormCon2 .submit{margin: 30px 0 0 0;}

.messFormCon button{background: #05a239;}
/**/
.productform{padding: 20px 0;}
.productform input{float: left;width: calc((100% - 31px) / 2);font-size: 14px;padding-left: 15px;margin-right: 30px;margin-bottom: 20px;height: 50px;background: #f8f8f8;line-height: 50px;}
.productform input:nth-child(3n){margin-right: 30px;}
.productform input:nth-child(2n){margin-right: 0;} 
.productform textarea{background: #f8f8f8;padding: 10px 15px;}
.productform .submit{width: 160px;font-size: 16px;line-height: 38px;letter-spacing: .05rem;border-radius: 10px;margin-top: 15px;border: 1px solid #05a239;}
.productform .submit:hover{background: transparent;color: #05a239;}
/*火狐文本溢出隐藏*/
@-moz-document url-prefix() {

}</pre></body></html>